type io/fs.dirInfo
7 uses
io/fs (current package)
readdir.go#L53: type dirInfo struct {
readdir.go#L57: func (di dirInfo) IsDir() bool {
readdir.go#L61: func (di dirInfo) Type() FileMode {
readdir.go#L65: func (di dirInfo) Info() (FileInfo, error) {
readdir.go#L69: func (di dirInfo) Name() string {
readdir.go#L73: func (di dirInfo) String() string {
readdir.go#L83: return dirInfo{fileInfo: info}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |